db_ofb
Previous topic Chapter index Next topic

Foreign Key: c_fk_tax_sem

 

 

Schema

public

 

Table

t_semis_sem

 

Descriptions

Le semis est rattaché à un et un seul taxon

 

Definition

FOREIGN KEY (sem_tax_id)
   REFERENCES public.tr_taxon_tax(tax_id)
   ON DELETE NO ACTION
   ON UPDATE NO ACTION
   NOT DEFERRABLE

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com)
Previous topic Chapter index Next topic